home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- SoftBoot.c
- */
-
- int CXBRK(void);
-
- static BOOL striequ(char *,char *);
-
- void WallFreeMem(void *, ULONG );
-
- void exit2(ULONG);
-
- void TableFill13(ULONG *, ULONG);
- void TableFill(ULONG *,ULONG *, ULONG *, ULONG *, ULONG *,
- ULONG, ULONG, ULONG, struct ConfigureIt *, ULONG);
- void MyExit(ULONG,ULONG *);
-
- ULONG FindZorro3Start(struct ConfigureIt *);
-
- void * AllocAligned(ULONG, ULONG);
-
- void PatchRom(ULONG *);
-
- int main(int, unsigned char **);
-
-